home *** CD-ROM | disk | FTP | other *** search
- MiscSoundTracker = {
- ACTIONS = {
- sendRight:;
- sendPercent:;
- sendDeemphasis:;
- stop:;
- sendMonoPeak:;
- sendMono:;
- setMuteTo:;
- run:;
- sendRightPeak:;
- sendMute:;
- sendLeft:;
- setVolumeTo:;
- sendSamples:;
- sendSeconds:;
- sendRatio:;
- sendLeftPeak:;
- setDeemphasisTo:;
- };
- OUTLETS = {
- sound;
- target;
- };
- SUPERCLASS = Object;
- };
- MiscVolumeLight = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = MiscVolumeMeter;
- };
- MiscTapper = {
- ACTIONS = {
- stop:;
- run:;
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MiscSoundView = {
- ACTIONS = {
- zoomInOneReduction:;
- zoomAllOut:;
- zoomAllIn:;
- toggleScrollToReflectPlaying:;
- toggleYAxisDisplayed:;
- toggleZeroLineDisplayed:;
- takeIntValueFrom:;
- toggleXAxisDisplayed:;
- selectAll:;
- toggleLabelsDisplayed:;
- scrollToSelection:;
- zoomToSelection:;
- zoomOutOneReduction:;
- getZoomValueFrom:;
- };
- OUTLETS = {
- };
- SUPERCLASS = SoundView;
- };
- MiscVolumeMeter = {
- ACTIONS = {
- windowWillClose:;
- meterDidUpdate:;
- setStereo:;
- stop:;
- setToInput:;
- setToOutput:;
- windowDidMiniaturize:;
- run:;
- meterWillUpdateOnOwn:;
- meterWillUpdate:;
- setMono:;
- windowDidBecomeMain:;
- windowDidDeminiaturize:;
- windowDidBecomeKey:;
- };
- OUTLETS = {
- delegate;
- sound;
- };
- SUPERCLASS = View;
- };
- MiscSoundPalette = {
- ACTIONS = {
- };
- OUTLETS = {
- tapper;
- tracker;
- tapperButton;
- trackerButton;
- };
- SUPERCLASS = IBPalette;
- };
-